const html/template.elementScript

8 uses

	html/template (current package)
		context.go#L279: 	elementScript
		element_string.go#L12: 	_ = x[elementScript-1]
		escape.go#L884: 	if c.state == stateAttr && c.element == elementScript && c.attr == attrScriptType && !isJSType(string(s[:i])) {
		transition.go#L84: 	elementScript:   stateJS,
		transition.go#L122: 	if c.element == elementScript && attrName == "type" {
		transition.go#L213: 	elementScript:   []byte("script"),
		transition.go#L231: 		if c.element == elementScript && (isInScriptLiteral(c.state) || isComment(c.state)) {
		transition.go#L673: 	"script":   elementScript,